SGML (Standard Generalised Markup Language) - translation to Αγγλικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

SGML (Standard Generalised Markup Language) - translation to Αγγλικά

MODERN SYSTEM FOR ANNOTATING A DOCUMENT
Markup (computing); Markup (computer programming); Markup languages; Document markup language; Markup Language; Mark-up language; Tag-based language; Mark-up languages; Generalized markup; Markup element; Tag (markup)
  • alt=A screenshot of an XML file.

SGML (Standard Generalised Markup Language)      
= SGML (Lenguaje Estándar Universal para el Análisis Formal de Documentos)

Def: Sistema automatizado para identificar las partes de las que se compone un documento como título, resumen, introducción, resultados, etc.
Ex: The documents in the archive are encoded with the Standard Generalized Markup Language, which views a document as a hierarchical organisation of document elements.
markup language         
(n.) = lenguaje para el análisis formal de documentos web
Ex: The author considers the need for standardisation to facilitate the interchange of data and describes how this might be achieved through a markup language such as SGML.
HTML         
  • Logo of HTML5
  • HTML element content categories
  • [[Tim Berners-Lee]] in April 2009
FAMILY OF MARKUP LANGUAGES FOR DISPLAYING INFORMATION VIEWABLE IN A WEB BROWSER
Html; HTML 4.01; .html; .htm; HTML code; Hypertext Markup Language (HTML); Hypertext markup language; HMTL; HLMT; HTML+; HTML syntax; Hyper Text Markup Language; A href; Html 4.01; ISO/IEC 15445; Myspace code; Dynamic Hypertext Markup Language; HTM file; Html code; HTML4; Html language; Hypertext Markup Language; .HTM; HyperText Markup Language; Hyper text markup language; Html coding; Basic HTML; Text/html; HTML File Format; HTML 3; HTML 4; HTML3; Body Section; HTML 2; HTML2; HTML 3.2; HTML file; HTML strict; Html comment; ISO/IEC HTML; Img src; HTML 4.0; Hyper text Markup Language; HTML Living Standard; HTML (programming language); HTML (markup language)
abbreviation
lenguaje m de marcado de hipertexto, HTML

Ορισμός

gacela
sust. fem.
Zoología. Antílope algo menor que el corzo, que habita en Persia, Arabia y norte de Africa, y es muy celebrado por su figura esbelta, por su agilidad y por la hermosura de sus ojos, grandes, negros y vivos. Tiene la cola corta, las piernas muy finas, blanco el vientre, leonado el lomo, y las astas encorvadas a modo de lira.

Βικιπαίδεια

Markup language

Markup language is a text-encoding system consisting of a set of symbols inserted in a text document to control its structure, formatting, or the relationship between its parts. Markup is often used to control the display of the document or to enrich its content to facilitating automated processing.

A markup language is a set of rules governing what markup information may be included in a document and how it is combined with the content of the document in a way to facilitate use by humans and computer programs. The idea and terminology evolved from the "marking up" of paper manuscripts (i.e., the revision instructions by editors), which is traditionally written with a red pen or blue pencil on authors' manuscripts.

Older markup languages, which typically focus on typography and presentation, include Troff, TeX, and LaTeX. Scribe and most modern markup languages, such as XML, identify document components (for example headings, paragraphs, and tables), with the expectation that technology, such as stylesheets, will be used to apply formatting or other processing.

Some markup languages, such as the widely used HTML, have pre-defined presentation semantics, meaning that their specifications prescribe some aspects of how to present the structured data on particular media. HTML, like DocBook, Open eBook, JATS, and many others is based on the markup meta-languages SGML and XML. That is, SGML and XML allow designers to specify particular schemas, which determine which elements, attributes, and other features are permitted, and where.

One extremely important characteristic of most markup languages is that they allow intermingling markup with document content such as text and pictures. For example, if a few words in a sentence need to be emphasized, or identified as a proper name, defined term, or another special item, the markup may be inserted between the characters of the sentence. This is quite different structurally from traditional databases, where it is by definition impossible to have data that is within a record but not within any field. Furthermore, markup for human-readable texts must maintain order: it would not suffice to make each paragraph of a book into a "paragraph" record, where those records do not maintain order.